public Modalidad DeleteModalidad(int idModalidad) { return(modalidadService.DeleteModalidad(idModalidad)); }