public DataTable DanhSachDoUong()
        {
            DAL_DoUong DAL = new DAL_DoUong();

            return(DAL.DanhSachDoUong());
        }