namespace Models { public class AuthLevels { public Byte AuthLevelsId { get; set; } public string AuthLevel { get; set; } public string Description { get; set; } } }