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