internal void CallButton_OnClick(object o, EventArgs e) { DConsole.WriteLine("Пытаемся позвонить"); Phone.Call(_contact.Tel); }