public CallHistoryViewModel(ICallService callService)
 {
     _callService = callService;
     _PhoneNumbers = _callService.All();
 }