public ExcelFormatHeader FetchExcelFormat(string FormatNo) { var result = Service.FetchExcelFormat(FormatNo); return(result); }