public List <string> RightsAsList()
 {
     return(Rights.Select((text) => text.Text).ToList());
 }