using System; namespace qController { public class MasterPageItem { public string Title { get; set; } public string Icon { get; set; } public string Command { get; set; } } }