public int AddEmployee(EmployeeMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

            return(dal.AddEmployee(_master, Otype));
        }