public static void UpdateJobStatus(int JobId, string Type, int UserId) { JobDAL.UpdateJobStatus(JobId, Type, UserId); }