public DataTable ComboPersona() { DataTable tabla = new DataTable(); tabla = ObjPersona.ComboPersona(); return(tabla); }