public UcEthernet(IEthernetAsync _ethernet)
     : this()
 {
     this.Ethernet    = _ethernet;
     this.Title       = this.Ethernet.GetType().Name;
     this.DataContext = this;
 }
 public PageEthernet(IEthernetAsync _ethernet)
     : this()
 {
     this.uc.Ethernet = _ethernet;
     //this.Background = Windows.UI.Colors.Yellow;
 }