private void InitPage()
 {
     wsvFeeDeviation.FeeDeviation service = new wsvFeeDeviation.FeeDeviation();
     wsvFeeDeviation.CFeeDeviation[] temp;
     temp = service.getAllFeeDeviations();
     grdData.DataSource = temp;
     grdData.DataBind();
 }