public void DeleteCall(Call call)
 {
     this.calls.Remove(call);
 }
 public void AddCall(Call call)
 {
     this.calls.Add(call);
 }