public int KiemTraTrung(string MaDo_Uong)
        {
            DAL_DoUong DAL = new DAL_DoUong();
            int        i   = DAL.KiemTraTrung(MaDo_Uong);

            return(i);
        }