public List <User> GetAllUsers()
        {
            // TODO: extract this later

            return(DataController.GetData(_filepath));
        }