private int _ProductId; public int ProductId { get { return _ProductId ; } set { _ProductId = Convert.ToInt32(value); } }