public void CallNumber(Pattern.ITelePhone device, string phoneNumber)
 {
     device.MakeCall(phoneNumber);
 }