public List <Specialty> GetSpecialties()
 {
     return(_specialtyRepository.GetSpecialties());
 }