// assest status current status
 public List <AssetDTO> CurrentAssetStatus()
 {
     return(PayRptDal.CurrentAssetStatus());
 }