public IHttpActionResult CreateNewReinvestment(ReinvestmentPlanCreationModel model) { //repo model.AdviserId = userid; repo.AdviserCreateNewReinvestmentAdviserInital(model); return(Ok()); }