public List <tblCashierRecord> GetAllCashier()
        {
            RemoveAllDAL dal = new RemoveAllDAL();

            return(dal.getAllCashier());
        }
        public List <tblRecord> GetAllCash()
        {
            RemoveAllDAL salerecord = new RemoveAllDAL();

            return(salerecord.getAllCash());
        }