// GET api/photoalbum/5 public PhotoAlbumModel Get(int id) { return(_photoAlbumService.GetAllPhotoAlbumByUserId(id)); }