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