//Menu de registro de horarios public ActionResult Register() { return(View(showShift.ShowAll())); }
public ActionResult Form() { ViewBag.AllCountries = crudCountry.GetAll(); ViewBag.AllShifts = showShift.ShowAll(); return(View()); }