private void Drop(object obj) { var bind = obj as ExecuterToServiceCompanyDto; if (bind == null) { return; } _requestService.DropExecuterBinding(bind.Id); Refresh(); }