public ActionResult GetAlbums() { return(Json(_photoAlbumService.GetPhotoAlbums(), JsonRequestBehavior.AllowGet)); }