public string LogSiteEvent(int InstallationNumber, int FaultType)
 {
     return(fieldService.LogSiteEvent(InstallationNumber, FaultType));
 }