I'm using Visual Studio 2015. Is there a problem in the code? Please guide. I'm also still a beginner in C#.
public partial class Root : Form
{
private BindingList<Product> list = null;
private BindingSource bindingSource = null;
public Root() => InitializeComponent();
}