public float GetRent(Dictionary <string, string> param)
 {
     return(rent.GetRent(param));
 }