public Function GetById(long id)
 {
     return(functionRepository.GetById(id));
 }