public Types.CargosType select()
        {
            CargoDAL CargoDAL = new CargoDAL();

            return(CargoDAL.select());
        }