public void AddCRAToProject(int cra_id_p, int project_id_p) { _persistence.AddCRAToProject(cra_id_p, project_id_p); }