// GET: Specializations
 public ActionResult Index()
 {
     return(View(_specializationRepository.GetSpecializations()));
 }