public IList <Role> GetRoles() { RoleAdapter roleAdapter = new RoleAdapter(); return(roleAdapter.GetRoles()); }