public IEnumerable <Sitter_x> GetAllSitters() { CheckJWT(WebOperationContext.Current); return(repository.GetAllSitters()); }