public IHttpActionResult GetEmployeeList() { MbsResult retVal = EmployeeFacade.GetEmployeeList(); return(Ok(retVal)); }