public ActionResult Labels(string Username, string RepositoryName)
        {
            string[] labels = BaseAPI.Labels(RepositoryName, Username);

            return(View(GetBaseView(labels)));
        }