/// <summary>
 /// コンストラクタ
 /// </summary>
 public TodoViewModel()
 {
     _bucket = new NbObjectBucket <NbObject>("TodoTutorial2");
 }