//cristian public DataTable CargarEstadoCargue() { DataTable dt = new DataTable(); dt = entidades.SPConsultarEstadoCargue(); return(dt); }