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

            DAL.Xoa(MaDo_Uong);
        }