public int Update(Booshelfs t)
 {
     throw new NotImplementedException();
 }
        /// <summary>
        /// 添加书架
        /// </summary>
        /// <param name="t"></param>
        /// <returns></returns>
        public int Add(Booshelfs t)
        {
            var result = booshelfs_DAL.Add(t);

            return(result);
        }