public IEnumerable <UserPhoto> GetUserPhotos() { return(Photo_repo.GetAll().OrderByDescending(a => a.UserPhotoId)); }