Provides a combination of editable grid, filter and buttons used to edit a collection of business objects
Inheritance: UserControlWin, IEditableGridControl
 protected override IEditableGridControl CreateEditableGridControl()
 {
     EditableGridControlWin editableGridControlWin = new EditableGridControlWin(GetControlFactory());
     System.Windows.Forms.Form frm = new System.Windows.Forms.Form();
     frm.Controls.Add(editableGridControlWin);
     return editableGridControlWin;
 }