public ActionResult Branches(string RepositoryName, string Username) { IEnumerable <TagOrBranch> tags = BaseAPI.Branches(RepositoryName, Username); return(View(GetBaseView(tags))); }