namespace hello.model
{
public class Product
public int Id {get;set;}
public string Name{get;set;}
public int Quantity{get;set;}
public int CategoryId{get;set;}
}