public DataTable AgregarServicio(EntidadServicios entidad)
 {
     return(DatosServicios.AgregarServicio(entidad));
 }