namespace bitforum.Models.Views { public class PermissionsFormViewModel { public string RoleID { get; set; } public string RoleName { get; set; } public List RoleClaims { get; set; } } }