public DataTable consultarVariablesProyecto(string pk_pro)
 {
     return(obj.consultarVariablesProyecto(pk_pro));
 }