public GenericRepository DepartmentRepository { get { if (this.departmentRepository == null) { this.departmentRepository = new GenericRepository(context); } return departmentRepository; } }