public ActionResult SpecialityList() { var spec = _genericAttributeService.GetAllSpecialities(); return(PartialView(spec)); }