public ItemsEditAddRemoveService()
 {
     this.context = ModelContainer.GetContext();
 }
 public LocalItemsService()
 {
     this.context = ModelContainer.GetContext();
     manager      = new LocalFilesManager();
 }
 public ItemsQueryService()
 {
     this.context = ModelContainer.GetContext();
 }