public void GeriGit(int birim)
 {
     geriKomutu.HareketEt(birim);
 }
 public void IleriGit(int birim)
 {
     ileriKomutu.HareketEt(birim);
 }