public bool PostUpdateDiscount([FromBody] CommonDiscounts disc)
 {
     return(BLSettings.UpdateDiscount(disc));
 }