public bool CanGo(Square _from, Square _to, bool b) { return(labyrinthInstance.CanGo(_from, _to, b)); }