public BocListRow[] AddRows(IBusinessObject[] businessObjects)
 {
     return(_bocList.AddRowsImplementation(businessObjects));
 }