public bool EliminarTipoServicio(int tipoServicioId)
 {
     return(_pagoServicios.EliminarTipoServicio(tipoServicioId));
 }