internal string AddLog(decimal StartWork, decimal EndWork, decimal StartJourney, decimal EndJourney) { return(service.AddLog(UserID, StartWork, EndWork, StartJourney, EndJourney)); }