public CollectionListModel(_UserProfileModel profile, IEnumerable <CollectionBookListModel> colectionsBooks)
 {
     ID          = profile.ID;
     Name        = profile.Name;
     Surname     = profile.Surname;
     PhotoPath   = profile.PhotoPath;
     Collections = colectionsBooks;
 }
 public CollectionBookPageModel(_UserProfileModel profile) : base(profile)
 {
 }