public async Task <IHttpActionResult> Index([FromUri] string fb_id)
 {
     return(Ok(LeaveHelper.getLeaveTypes(fb_id, Request)));
 }