public SqliteTableDemoViewController(MarkerInfoDatabase database) : base(null, true) { _Database = database; Style = UITableViewStyle.Plain; }