HI,
As you are not assigning any value to image variable thats why it is showing you error.
can you tell me why you have added the following line here which is of no use.
string Image;
if (Image != "")
{
If you are not using the string variable in your code then whats the meaning of adding it to your code? remove that code if u really don't want to use that.
Thanks