namespace Models
{
public class Auth
public int AuthId { get; set; }
public int UserId { get; set; }
public int AuthLevelId { get; set; }
}