public List <Flats> BindCustomerFlats(string username)
 {
     return(db.BindCustomerFlats(username));
 }