public IEnumerable <Specialitation> GetAllEntities()
 {
     return(specializationRepository.GetAllEntities());
 }