public IList <TblMessrs> GetMessrs()
 {
     try
     {
         return(receipt.GetMessrs());
     }
     catch (Exception ex)
     {
         StaticHelper.LogException(path: up.GetLogFilePath(), errorMessage: ex.Message, methodName: $"Class Name: {nameof(ReceiptPresenter)} - Method name:  {nameof(GetMessrs)}", stackTrace: ex.StackTrace);
         return(null);
     }
 }