public List<Institute> FindAllInstitutes()
 {
     return _repo.FindAllInstitutes();
 }