public override void Draw(double frameTime)
 {
     Isometric.Draw(Model.Map, EntityManager.GetPlayerObject().Position, Model.Input.MousePick);
 }