public List <Towers> BindCustomerTowers(string username)
 {
     return(db.BindCustomerTowers(username));
 }