AChild()
 {
     if (!TextureImage.ContainsKey(typeof(AChild)))
     {
         TextureImage.Add(typeof(AChild), LoadTexture(PathToImageA));
     }
 }