public int ActorGetIDbyName(string name) { ActorsService act = new ActorsService(); return(act.GetIDbyName(name)); }