public static bool InsertNewTask(Task task, ref string a_strErr) { if (DecetePro.InsertTask(task, ref a_strErr) >= 2) { return(true); } else { return(false); } }