public List <Institute> GetOpenInstitutes()
 {
     return(repository.GetOpenInstitutes().Result);
 }