protected override void OnTarget(Mobile from, object targeted)
 {
     _Store.AddItem(from, targeted);
 }