public int EscalateServiceCall(string JobID, int UserID)
 {
     return(fieldService.EscalateServiceCall(JobID, UserID));
 }