public long CreateOrUpdateRole(Entities.Role role) { try { UserBC RoleBC = new UserBC(); RoleBC.CreateOrUpdateRole(role); return(role.Id); } catch (Exception ex) { throw; } finally { } }