using System.Collections.Generic;
namespace Bootstrap.DataAccess
{
///
///
///
public class Menu
{
///
///
///
public string Name { get; set; }
///
///
///
public string Icon { get; set; }
///
///
///
public string Url { get; set; }
///
///
///
public string Active { get; set; }
public static List