public string GetPicture(string fileName)
 {
     return(_azureBlobService.Download(fileName));
 }