public bool Add(AccessRight accesRight)
 {
     _repository.AddAccesRight(accesRight);
     return(true);
 }