public BocListRow[] RemoveRows(IBusinessObject[] businessObjects)
 {
     return(_bocList.RemoveRowsImplementation(businessObjects));
 }