public void DeleteFocusedRow()
 {
     EntityGridView.DeleteRow(EntityGridView.FocusedRowHandle);
 }