static void UseIMyInterface(IMyInterface obj)
 {
     Console.WriteLine("Wynik Tax " + obj.CountTax(12));
 }