public Degree GetDegree(long id) => Degree_repo.GetFirst(a => a.DegreeId == id);