/// <summary>МЕТОД Возвращаем Дату</summary>
 private DateTime MET_PoleDat(string pPole)
 {
     try { return MyMet.MET_PoleDate(pPole, PRI_Row.Row) ?? DateTime.Today; } // Convert.ToDateTime(PRI_Row[pPole]); }
     catch
     {
         // ignored
     }
     return DateTime.Today;
 }