static void Main()
 {
     SoftUniOOPFlyer flyer = new SoftUniOOPFlyer("flyer.docx");
     flyer.CreateFlyer();
 }
    static void Main()
    {
        SoftUniOOPFlyer flyer = new SoftUniOOPFlyer("flyer.docx");

        flyer.CreateFlyer();
    }