public void NotifyRatAboutOthersPresence(object sender, Rat rat)
 {
     RatNotifyOtherRatAboutHisPresence?.Invoke(sender, rat);
 }