public View_Model_Edit_Article(CashDB _myDB, Final temp, Person temp_person) { myDB = _myDB; List_product = myDB.Products.ToList(); my_z = temp; Date = temp.Date.ToString(); Price = temp.Money.ToString(); Type = temp.Type; Specification = temp.Specific; myProfile = temp_person; Select_item_product = List_product.Find(x => x.ID == my_z.Product.ID); }