public override UITableViewCell GetCell(UITableView tableView, Foundation.NSIndexPath indexPath)
 {
     return(helper.cellForRowAtIndexPath(indexPath));
 }