public static string GetLastUpdatedDateTime(BaseDataAccess da)
 {
     return(da.GetLastFleetNowUpdate().ToString("dd/MM/yy HH:mm:ss") + " GMT");
 }