public void AddClients(Client[] clients) { this._clients.AddRange(clients); }
public void AddClient(Client client) { this._clients.Add(client); }