public IQueryable <Major> GetByProject(long projectId) { return(_majorRepository.GetMajorsByProject(projectId)); }