public JsonResult GetPhotosByAlbumId(int AlbumId) { var ret = _photosServices.GetPhotosByAlbumIdAsync(AlbumId); return(Json(ret.Result)); }