public string R_CantidadRegistrosMaxUser()
 {
     Reportes rep = new Reportes();
     return rep.R_CantidadRegistrosMaxUser().ToString(); 
 }