public byte[] GetImgForCode(string code)
 {
     return(_es.GetImgForCode(code));
 }