public Update GetLastUpdate(string userid) { var updates = updateRepository.GetMany(g => g.Goal.UserId == userid).Last(); return(updates); }