void Awake()
 {
     _diskFactory            = DiskFactory.getFactory();
     _diskFactory.diskPrefab = this.diskPrefab;
 }