namespace Cafe { internal class User { static public int IDUser { get; set; } static public int Role { get; set; } } }