public async Task <IActionResult> GetAll() { var getitems = await _PictureInfoService.GetAll(); return(Ok(getitems)); }