public bool Equals(MoodBarLocation other)
 {
     return(BarRect.Equals(other.BarRect) && Equals(Pawn, other.Pawn));
 }