public string GetLastCustomer() { return(dal.GetLastCustomerId().Rows.Count == 0?"":dal.GetLastCustomerId().Rows[0][0].ToString()); }