public async Task <IEnumerable <Reason> > AllReason() { var reason = _reasonService.AllReasons(); return(await reason); }