public async Task <IHttpActionResult> InsertMPRApprover(MPRApproverModel model) { statuscheckmodel status = new statuscheckmodel(); status = await _rfqBusenessAcess.InsertMPRApprover(model); return(Ok(status)); }