namespace Shared.Models.Base { public interface Igroup { public int group { get; set; } public bool group_hide { get; set; } } }