Creates a MultiTableBatchGet object that is a combination
            of the current BatchGet and the specified BatchGets
            
 Declaration Syntax
 Declaration Syntax| C# | 
public MultiTableBatchGet Combine( params BatchGet[] otherBatches )
 Parameters
 Parameters- otherBatches (array<BatchGet>[]()[][])
- Other BatchGet objects
 Return Value
 Return Value
            MultiTableBatchGet consisting of the multiple BatchGet objects:
            the current batch and the passed-in batches.