public MyDelegate(ImageElement container, UITableView table, NSIndexPath path) { this.container = container; this.table = table; this.path = path; }