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