public void RemoveСотрудникиRow(СотрудникиRow row)
 {
     Rows.Remove(row);
 }
 public СотрудникиRowChangeEvent(СотрудникиRow row, DataRowAction action)
 {
     Row    = row;
     Action = action;
 }
 public void AddСотрудникиRow(СотрудникиRow row)
 {
     Rows.Add(row);
 }