internal void AddOwners(params Owner[] owners)
 {
     Owners = Owners.Concat(owners).ToList();
 }