public DataTable Get_TotalAmount() { DAL_TRV_Request objR = new DAL_TRV_Request(); return(objR.Get_TotalAmount_DL()); }