static void Main(string[] args)
        {
            sqlAction.Create();
            sqlAction.Add(new Mark()
            {
                Value = 2, Weight = 30
            });

            x();

            Console.ReadKey();
        }