private void DeleteRecord(Object sender, EventArgs e)
 {
     if (TDeleteGridRows.DeleteRows(this, grdDetails, FPetraUtilsObject, this))
     {
         // We did actually delete one or more rows so we need to fix up the display order again
         FixDisplayIndexValues();
     }
 }