private string ReadImageInBase64() { byte[] imagen = servicio.GetObraImage(logEmail.IdObra); return(Convert.ToBase64String(imagen)); }