public bool Contains(Rectangle r)
 {
     if (baseCharacter.Contains(r))
     {
         return(true);
     }
     return(false);
 }