static void Main(string[] args)
        {
            FileWrite wr = new FileWrite();

            wr.WriteData();
        }