public void Focus()
 {
     _owner.Focus(_owner.FindIndex(x => x.Id == Id));
 }