public void AddContentToList(CompanyOutings_Content content)
 {
     _repoCompanyOutings.Add(content);
 }