public BasicResponse AddOutlet(OutletDTO dto)
 {
     throw new NotImplementedException();
 }
 public BasicResponse AddOutlet(OutletDTO dto)
 {
     var all = _dataTransferBuilder.AddOutlet(dto);
     return all;
 }