void Start()
    {
        Vector2 v = PathGraph.instance.getPointByName("milk");

        _navigator.placeIn(new Vector3(v.x, v.y, -1));
    }