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