private void DataGridClients_OnLoadingRow(object sender, DataGridRowEventArgs e)
 {
     _viewModel.AdaptBackColor(e);
 }