public ObjsViewModel(Objs model)
 {
     Model = model;
     ImgSrc = "pack://siteoforigin:,,,/Resources/SearchIcon.png";
     //SomeCommand = new DelegateCommand(Execute, CanExecute);
 }
 public ObjsViewModel()
 {
    Model=new Objs();
 }