public IEnumerable <FillTreasuryList> GetHandpays(string BarPos)
 {
     return(linqDB.FillTreasuryList(BarPos));
 }