public Product Add(Product product)
        {
            fakeDb.Add(product);

            return(product);
        }