public bool Match(Cat cat)
 {
     return(cat.GetFullName() == null);
 }
 public bool Match(Cat cat)
 {
     return(cat.GetFullName() == "Achat Leo Lenis");
 }