public void Delete(int id)
 {
     _discount.Delete(id, RequestContext.Principal.Identity.Name);
 }