public bool Add(DTO_KhachHang dto)
 {
     return(dal.Add(dto));
 }