public List <SavePlan> GetAll(DateTime date, int memberid) { var getall = _calculateService.GetAll(date, memberid); return(getall); }