Inheritance: BaseEntity
 public bool UpdateRole(Role role)
 {
     throw new NotImplementedException();
 }
 public int AddRole(Role role)
 {
     throw new NotImplementedException();
 }