public Specialitation GetEntity(int id)
 {
     return(specializationRepository.GetEntity(id));
 }