public NewSilensorViewModel()
 {
     service = new SilensorService();
 }
 public HomeViewModel()
 {
     service = new SilensorService();
 }