public static bool InsertNewItem(Products ins, int Type, string admin)
        {
            var dal = new ProductsDAL();

            return dal.InsertNewItem(ins, Type, admin);
        }