internal DataTable GetAppDateTime(string tdate)
 {
     return(dGateway.GetAppDateTime(tdate));
 }