public DetailsCardBuilder AddCategoryLeft(CategoryModel.Builder builder)
 {
     CategoriesLeft.Add(builder);
     return(this);
 }