private void OnTimer_Tick(object sender, EventArgs e)
 {
     timer.Stop();
     viewModel.ExecuteLoadRowDetail();
 }