public LogsResponse ProcessGetLogs(LogsRequest objRequest)
 {
     try
     {
         {
             objLogs.LogResponse = objclsDashboard.GetLogsDashboard(objRequest.tblName, objRequest.RequestId);
             return(objLogs);
         }
     }
     catch (Exception)
     {
         return(objLogs);
     }
     finally
     {
         objLogs         = null;
         objclsDashboard = null;
     }
 }