public int AddShift(ShiftMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

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