void Move(Vector2Int _position)
 {
     if (IsBuilding)
     {
         buildingGhost.MovePrefab(_position);
         CheckFits();
     }
 }