using System.Collections.Generic; namespace HibernateMVCTest.Models { public class AddProductViewData { public ICollectionRelatedProducts{get; set;} public ICollection ProductGroups { get; set; } } }