public void AddShoot(Shoot shoot)
 {
     Shoots.Add(shoot);
 }
 public void AddShoot(Shoot shoot)
 {
     Shoots.Add(shoot);
 }