public bool AddUpdate()
 {
     objwarehousedal = new WareHouse_DAL(objwarehouse);
     return(objwarehousedal.Insert());
 }