static public Tenant[] FindTenants(string nameToMatch, bool?approved, bool?overdue) { using (BasicChannel channel = new BasicChannel()) { return(channel.FindTenants(nameToMatch, approved, overdue)); } }