public void Sua(DTO_DoUong MaDo_Uong)
        {
            DAL_DoUong DAL = new DAL_DoUong();

            DAL.Sua(MaDo_Uong);
        }