public static bool InsertNewDecete(Decete Dec, ref string a_strErr) { if (DecetePro.InsertDecete(Dec, ref a_strErr) >= 2) { return(true); } else { return(false); } }